GrapeCity.Xaml.SpreadSheet.Data
FloatingObjectCollection<T> Class
Members 


Represents a collection for a floating object.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class FloatingObjectCollection(Of T As FloatingObject) 
   Inherits NotifyCollection(Of T)
'Usage
 
Dim instance As FloatingObjectCollection(Of T)
[DefaultMember("Item")]
public class FloatingObjectCollection<T> : NotifyCollection<T> 
where T: FloatingObject
Type Parameters
T
Inheritance Hierarchy

System.Object
   GrapeCity.Xaml.SpreadSheet.Data.NotifyCollectionBase<T>
      GrapeCity.Xaml.SpreadSheet.Data.NotifyCollection<T>
         GrapeCity.Xaml.SpreadSheet.Data.FloatingObjectCollection<T>
            GrapeCity.Xaml.SpreadSheet.Data.FloatingObjects
            GrapeCity.Xaml.SpreadSheet.Data.SpreadCharts
            GrapeCity.Xaml.SpreadSheet.Data.SpreadPictures

Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

FloatingObjectCollection<T> Members
GrapeCity.Xaml.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options